home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / util / boot / TheChoice2.readme < prev    next >
Text File  |  1997-11-02  |  6KB  |  152 lines

  1. Short:    TheChoice V2.23 - Simple Program Selector
  2. Author:   c_wich@river.prima.ruhr.de (Carsten Wich)
  3. Uploader: c_wich@river.prima.ruhr.de (Carsten Wich)
  4. Type:     util/boot
  5.  
  6.                              ===================
  7.                              = TheChoice V2.23 =
  8.                              ===================
  9.                              Release: 08.10.1997
  10.                               Copyright 1993-97
  11.                                      by
  12.                                 Carsten Wich
  13.                                Hagebuttenweg 34
  14.                                D-44289 Dortmund
  15.                                    Germany
  16.                       E-Mail: c_wich@river.prima.ruhr.de
  17.  
  18.                          Bank Account No. 315 1048 400
  19.                                 BLZ 441 600 14
  20.                               Volksbank Dortmund
  21.  
  22.  
  23. INTRODUCTION
  24. ============
  25.  
  26. The Choice is a small Program Selector especially useful for Game Partitions
  27. on Harddisks, SyQuests or even CD-ROMs.
  28. I first wrote it in Modula2 (M2Amiga) because I just found no simple program
  29. selector that fully suits my needs. Although the first version of it worked
  30. good enought for me, some of my friends liked the program very much and made
  31. some proposals for future versions. I switched to SAS-C because the support
  32. for M2Amiga is not that good anymore. Especially the lack of actual includes
  33. for OS3.1 really bothered me. I have completly rewritten the code in the C
  34. programming language and made a lot of improvements.
  35. TheChoice runs on every possible screenmode, even on graphic cards !
  36.  
  37.  
  38. LEGAL THINKS
  39. ============
  40.  
  41. TheChoice Copyright (c) 1993-1997 Carsten Wich can be freely distributed,
  42. as long as the whole archive 'TheChoice2.lha' is copied and all of the
  43. files are in their original form without any changes.
  44. Upload to BBS's and includions on any cover disks or CD's is WELCOMED.
  45. This software is published without any warranties. The author does NOT take
  46. any responsibilities for any defects on soft- or hardware, that may result
  47. by this program or by using this program.
  48. I have tried to write the program code according to the AMIGA User Interface
  49. Style Guide and the AMIGA ROM Kernel Reference Manuals V2.04 so that the
  50. program should run correctly on any future operating systems. It is also
  51. tested with Enforcer.
  52. Although this program may be freely distibuted and used it would be very nice
  53. of the people who permanently use it to send me a small fee (I would say at
  54. 15,- DM or $10,- US) as a little acknowledgement for my work. You can send
  55. it cash, as a EuroCheque or via a Bank Transfer on my Bank Account.
  56. This would increase my motivation to develop the program even further.
  57.  
  58.  
  59. FILES
  60. =====
  61.  
  62. Listing of archive 'TMP:_Up/TheChoice2.lha':
  63. Original  Packed Ratio    Date     Time    Name
  64. -------- ------- ----- --------- --------  -------------
  65.    14024    8458 39.6% 08-Oct-97 14:34:40  TheChoice
  66.      411     198 51.8% 14-Oct-95 10:28:04  TheChoice.config
  67.      904     603 33.2% 09-Sep-96 13:25:20  TheChoice.info
  68.    12748    5087 60.0% 08-Oct-97 15:23:14  TheChoice.ReadMe
  69.     1432     538 62.4% 14-Oct-95 10:29:22  TheChoice.ReadMe.info
  70.    13960    8420 39.6% 08-Oct-97 14:33:00  TheChoice_020
  71. -------- ------- ----- --------- --------
  72.    43479   23304 46.4% 08-Oct-97 15:23:56   6 files
  73.  
  74.  
  75. SYSTEMREQUIREMENTS
  76. ==================
  77.  
  78. The program only needs a minimal Amiga System :
  79.  
  80.   - Any Amiga with at least 512 KB RAM
  81.   - OS >= 2.04 (V37)
  82.   - diskfont.library min. V36 when you want to select another font than the
  83.     default one
  84.   - OS >= 3.0 (V39) for CLOSEQUIET option (optional)
  85.   - lowlevel.library >= V40 for Joystick support (optional)
  86.  
  87.  
  88. HISTORY
  89. =======
  90.  
  91. 2.23 - 08.10.1997 - Seventh AmiNet Release
  92.      - Changed Script to ENV:TC
  93.      - The border drawn around the active gadget is now 2 points thick
  94.      - Compiled with SAS-C V6.58 using optimization
  95.  
  96. 2.22 - 27.02.1997 - Sixth AmiNet Release
  97.      - Bugfix: TheChoice tried to call AllocMem with a length of 0 if the
  98.        gadgets would be larger than the screen
  99.      - Bugfix: Memory management was faulty
  100.      - Special 68020 Version included
  101.  
  102. 2.21 - 25.12.1996
  103.      - Changed Window Refresh to Smart
  104.      - Changed Script to ENV:TC.script
  105.  
  106. 2.20 - 09.09.1996 - Fifth AmiNet Release
  107.      - Added Joystick and Keyboard control (Joystick control requires
  108.        'lowlevel.library' >= V40)
  109.      - Added the CLOSEQUIET option
  110.  
  111. 2.13 - 21.01.1996 - Fourth AmiNet Release
  112.      - Bugfix: TheChoice crashed if a new configfile could not be read in for
  113.        some reason
  114.  
  115. 2.12 - 20.01.1996 - Third AmiNet Release
  116.      - Renamed the RAMSCRIPT Tooltype and shell argument to SCRIPT
  117.      - Some more code optimization resulting in the executable beeing about
  118.        7K (!) smaller
  119.      - TheChoice now returns errorcodes to the calling environment
  120.  
  121. 2.11 - 16.01.1996 - internal beta version
  122.      - Some code optimization resulting in the executable being 150 bytes
  123.        smaller
  124.  
  125. 2.10 - 16.01.1996 - internal beta version
  126.      - Compiled with SAS-C V6.56
  127.      - Some code cleanup
  128.      - Added the possibility to read in a new config file
  129.  
  130. 2.00 - 14.10.1995 - Second AmiNet Release
  131.      - Completly rewritten in SAS-C V6.55
  132.      - Runs on any screenmode using any font.
  133.      - The maximum number of programs / gadgets now depends on the chosen screen
  134.        mode and font.
  135.      - Can be configured using shell arguments or tooltypes.
  136.      - Supports borderless windows and onebitplane screens.
  137.      - No source code made publically available anymore.
  138.  
  139.  
  140. ============================= Archive contents =============================
  141.  
  142. Original  Packed Ratio    Date     Time    Name
  143. -------- ------- ----- --------- --------  -------------
  144.    14024    8458 39.6% 08-Oct-97 14:34:40  TheChoice
  145.      411     198 51.8% 14-Oct-95 10:28:04  TheChoice.config
  146.      904     603 33.2% 09-Sep-96 13:25:20  TheChoice.info
  147.    12748    5087 60.0% 08-Oct-97 15:23:14  TheChoice.ReadMe
  148.     1432     538 62.4% 14-Oct-95 10:29:22  TheChoice.ReadMe.info
  149.    13960    8420 39.6% 08-Oct-97 14:33:00  TheChoice_020
  150. -------- ------- ----- --------- --------
  151.    43479   23304 46.4% 09-Oct-97 23:04:24   6 files
  152.